home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TTIPDIALOG / TTIPDIALOG.txt
Text File  |  2008-11-03  |  2KB  |  97 lines

  1. inherited TipDialog: TTipDialog
  2.   Left = 634
  3.   Top = 195
  4.   Caption = 'Tip'
  5.   ClientHeight = 255
  6.   ClientWidth = 337
  7.   Color = clWindow
  8.   OnClose = FormClose
  9.   OnShow = FormShow
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Image: TUiImage
  13.     Left = 24
  14.     Top = 24
  15.     Width = 32
  16.     Height = 32
  17.     Transparent = True
  18.   end
  19.   object BottomBevel: TUiBevel
  20.     Left = 0
  21.     Top = 210
  22.     Width = 337
  23.     Height = 2
  24.     Align = alBottom
  25.     Shape = bsBottomLine
  26.     Style = bsRaised
  27.   end
  28.   object Panel: TUiPanel
  29.     Left = 72
  30.     Top = 12
  31.     Width = 249
  32.     Height = 189
  33.     BevelOuter = bvNone
  34.     ParentColor = True
  35.     TabOrder = 0
  36.     object TitleBevel: TUiBevel
  37.       Left = 0
  38.       Top = 0
  39.       Width = 249
  40.       Height = 16
  41.       Align = alTop
  42.       Shape = bsSpacer
  43.     end
  44.     object TitleLbl: TUiLabel
  45.       Left = 0
  46.       Top = 16
  47.       Height = 13
  48.       Align = alTop
  49.       Caption = '%'
  50.     end
  51.     object CommentsBevel: TUiBevel
  52.       Left = 0
  53.       Top = 29
  54.       Width = 249
  55.       Height = 16
  56.       Align = alTop
  57.       Shape = bsSpacer
  58.     end
  59.     object CommentsLbl: TUiLabel
  60.       Left = 0
  61.       Top = 45
  62.       Width = 249
  63.       Height = 13
  64.       Align = alTop
  65.       Caption = '%'
  66.       WordWrap = True
  67.     end
  68.   end
  69.   object BottomPanel: TUiPanel
  70.     Left = 0
  71.     Top = 212
  72.     Width = 337
  73.     Height = 43
  74.     Align = alBottom
  75.     BevelOuter = bvNone
  76.     ParentBackground = False
  77.     TabOrder = 1
  78.     object DontShowAgainEdit: TUiCheckBox
  79.       Left = 8
  80.       Top = 20
  81.       Height = 17
  82.       Caption = 'Don'#39't show this tip again'
  83.       TabOrder = 0
  84.     end
  85.     object CloseBtn: TUiButton
  86.       Left = 256
  87.       Top = 12
  88.       Cancel = True
  89.       Caption = 'Close'
  90.       Default = True
  91.       ModalResult = 2
  92.       TabOrder = 1
  93.       AutoSize = asRight
  94.     end
  95.   end
  96. end
  97.